JAMS Developer Guide
GetChildProperties(Attribute[]) Method


MVPSI.JAMS.Activities Namespace > ForEachAttachmentPropertyDescriptor Class > GetChildProperties Method : GetChildProperties(Attribute[]) Method
Syntax
'Declaration
 
Public Overloads Function GetChildProperties( _
   ByVal filter() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection
'Usage
 
Dim instance As ForEachAttachmentPropertyDescriptor
Dim filter() As System.Attribute
Dim value As System.ComponentModel.PropertyDescriptorCollection
 
value = instance.GetChildProperties(filter)
public System.ComponentModel.PropertyDescriptorCollection GetChildProperties( 
   System.Attribute[] filter
)

Parameters

filter
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ForEachAttachmentPropertyDescriptor Class
ForEachAttachmentPropertyDescriptor Members
Overload List